home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util3 / disktype.rea < prev    next >
Text File  |  1996-01-16  |  760b  |  17 lines

  1. Short:    Determine filesystem used by volumes in system
  2. Author:   bsimpson@mcs.dundee.ac.uk (Bruce M. Simpson)
  3. Uploader: bsimpson@mcs.dundee.ac.uk (Bruce M. Simpson)
  4. Type:     disk/misc
  5.  
  6. This utility is a small, pure, CLI-only replacement for an old utility
  7. called FsInfo. DiskType is 20% of the size of FsInfo, and doesn't try to be
  8. an Info clone. It just tells you what you want to know - if a disk is DCFS,
  9. FFS or OFS. Mainly localized - it uses DOS for strings. Much less memory
  10. intensive than FsInfo, which tries to Lock() on every handler in the system,
  11. consuming up to 50K on a normal WB setup which you then need to Flush...
  12.  
  13. DiskType is completely safe - it makes its own private copy of the volume
  14. list, so it doesn't cause any deadlocks.
  15.  
  16.  - Bruce
  17.